Handles the item selection, checks the item current status and updates the selected items.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public void HandleSelectionChange(
	T item,
	bool statusChanged
)
Visual Basic
Public Sub HandleSelectionChange ( _
	item As T, _
	statusChanged As Boolean _
)

Parameters

item
Type: T
The item to handle its selection
statusChanged
Type: System..::..Boolean
A value indicating if the item status (selected/unselected) was already changed outside the C1SelectionManager

See Also